﻿@charset "UTF-8";
/*!
 * Author: ch233
 * Last update: 2020-05-03
 * Version: 1.0
 * Normalize CSS default properties
 */
* {
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:link,
a:visited,
a:hover {
  text-decoration: none;
}

html {
  margin: 0;
  padding: 0;
  font-size: 10px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei", "微软雅黑", Helvetica, Arial, sans-serif;
  color: #1b1b1b;
}

header,
footer,
main,
section,
div,
p,
span,
i,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  font-weight: normal;
  font-style: normal;
}

ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
}

span,
i,
b {
  font-style: normal;
}

textarea {
  resize: none;
}

body {
  width: 100vw;
  overflow-x: hidden;
}

.header-layout {
  position: relative;
 /* width: 100vw;*/
  height: 456px;
}
.header-layout .header-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  font-size: 0;
}
    .header-layout .header-tool {
        position: absolute;
        top: 10px;
        left: 5vw;
     /*   right: 5vw;*/
        right: 8%;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
    }
.header-layout .header-tool .links, .header-layout .header-tool .tools {
  display: flex;
  flex-flow: row nowrap;
}
.header-layout .header-tool .links a {
  color: #EED4BE;
  margin-right: 20px;
}
.header-layout .header-tool .tools .lang {
  /*border-right: 1px solid #EED4BE;*/
  margin: 0 5px;
  /*padding: 0 10px 0 0;*/
}
.header-tool .tools .lang img {
    width: 25px;
}

.header-layout .header-tool .tools .lang a {
    color: #EED4BE;
}
.header-layout .header-tool .tools .lang:last-of-type {
  border: 0;
}
.header-layout .header-logo {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.header-layout .header-logo img {
  width: 810px;
}
.header-layout .header-search {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 620px;
  height: 52px;
}
.header-layout .header-search input {
  width: 620px;
  height: 52px;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #B80000;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 2px 10px 0px rgba(228, 19, 19, 0.31);
  font-size: 18px;
  outline: none;
  text-indent: 10px;
}
.header-layout .header-search .search-btn {
  position: absolute;
  top: 0;
  right: -2px;
  height: 54px;
}
.header-layout .header-search .search-btn img {
  height: 100%;
}

.navigator-layout {
  position: relative;
  top: -2px;
/*  width: 100vw;*/
  height: 72px;
  background: #B80000;
    border-top: 1px solid rgb(244 226 0);
}
.navigator-layout .navigator {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  height: 72px;
  line-height: 72px;
}
.navigator-layout .item {
  font-size: 20px;
  color: #FFF;
  font-weight: bold;
}
.navigator-layout .item a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.navigator-layout .item:hover {
  border-bottom: 5px solid #f4a548;
}

.top-news-layout {
  position: relative;
  width: 1200px;
  margin: 30px auto;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.top-news-layout h1 {
  font-size: 40px;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.top-news-layout .desc {
  margin: 15px 0 0;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.9);
}
.top-news-layout a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.top-news-layout a:hover {
  color: #a7793d;
}

.panel-layout {
  position: relative;
  width: 1200px;
  margin: 40px auto;
}
    .panel-layout .panel-title,.louyan .panel-title-ly {
        height: 50px;
        line-height: 50px;
        padding: 0;
        background-image: url(../images/title_decoration.svg);
        background-repeat: no-repeat;
        background-position: center 27px;
        font-size: 26px;
        font-weight: bold;
        color: #B80000;
        text-align: center;
        border-bottom: 4px solid #B80000;
    }
        .panel-layout .panel-title a, .louyan .panel-title-ly a {
            font-size: inherit;
            color: inherit;
            font-weight: inherit;
        }
.panel-layout .tabs {
  margin-bottom: 38px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.panel-layout .tabs .item {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.panel-layout .tabs .item a {
  display: block;
  padding: 8px 25px;
  font-size: inherit;
  font-weight: inherit;
  color: rgba(0, 0, 0, 0.6);
}
.panel-layout .tabs .item:hover {
  color: #a7793d;
}
.panel-layout .tabs .item:hover a {
  color: inherit;
}
.panel-layout .tabs .current,
.panel-layout .tabs .current:hover {
  font-size: 26px;
  background: #B80000;
  border-radius: 8px 8px 0 0;
}
.panel-layout .tabs .current a,
.panel-layout .tabs .current:hover a {
  color: #FFF;
}
.panel-layout .tabs .current:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #B80000;
}

.top-panel {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.top-panel .panel-list {
  width: 566px;
}

.news-list ul li {
  position: relative;
  padding: 0 0 15px 20px;
  margin: 15px 0 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #000;
}
.news-list ul li a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.news-list ul li a:hover {
  color: #a7793d;
}
.news-list ul li span {
  font-size: 16px;
  color: #BBBBBB;
}
.news-list ul li:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 5px;
  height: 5px;
  background-color: rgba(184, 0, 0, 0.5);
}

.entrys-panel {
  position: relative;
}
.entrys-panel .entrys {
  padding: 40px 30px 10px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  background: linear-gradient(180deg, #FDF1DF 0%, rgba(255, 255, 255, 0) 100%);
}
.entrys-panel .entrys .item {
  text-align: center;
}
.entrys-panel .entrys .item img {
  width: 60px;
  height: auto;
}
.entrys-panel .entrys .item .desc {
  font-size: 15px;
  margin-top: 10px;
  text-align: center;
}
.entrys-panel .entrys .item a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.entrys-panel .entrys .item a:hover {
  color: #a7793d;
}

.publish-panel .tabs {
  margin-bottom: 30px;
  border-bottom: 1px solid #B80000;
}
.publish-panel .tabs .current {
  width: 25%;
}
.publish-panel .tabs .current:after {
  display: none;
}
.publish-panel .news-list ul li {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.services-panel {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.services-panel .inner-panel {
  width: 580px;
}
.services-panel .inner-panel .panel-title {
  background-image: none;
  background-color: #B80000;
  border-radius: 8px 8px 0 0;
  border: 0;
  border-bottom: 4px solid #f1cccc;
  color: #fff;
  padding: 8px 0;
}
.services-panel .inner-panel .services-btn {
  width: 100%;
}
.services-panel .inner-panel .services-btn img {
  display: block;
  margin: 20px auto;
  width: 90%;
}
.services-panel .inner-panel .tel-btn,
.services-panel .inner-panel .adv-btn,
.services-panel .inner-panel .xf-btn {
  width: 100%;
}
.services-panel .inner-panel .tel-btn img,
.services-panel .inner-panel .adv-btn img,
.services-panel .inner-panel .xf-btn img {
  display: block;
  margin: 35px auto;
  width: 65%;
}
.services-panel .inner-panel .xf-btn img {
  margin-bottom: 0;
}

.feature-panel {
  overflow: hidden;
}
.feature-panel .entrys {
  position: relative;
  width: 100%;
  margin: 35px auto;
}
.feature-panel .entrys .entrys-wrapper {
  position: relative;
  width: 100%;
  white-space: nowrap;
  font-size: 0;
  transition: all 1s;
}
.feature-panel .entrys .entrys-wrapper .item {
  display: inline-block;
  width: 278px;
  margin-right: 30px;
}
.feature-panel .entrys .entrys-wrapper .item img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.feature-panel .entrys .next,
.feature-panel .entrys .prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.6);
}
.feature-panel .entrys .next {
  right: 0;
}
.feature-panel .entrys .prev {
  left: 0;
}

.foot-layout {
  width: 100vw;
  background-color: #F2F2F2;
  border-top: 3px solid #E3E3E3;
}
.foot-layout .panel-layout {
  margin-bottom: 0;
}
.foot-layout .copy {
  position: relative;
  margin-top: 40px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.foot-layout .copy img {
  width: 64px;
}
.foot-layout .copy .tx {
  margin-left: 25px;
}
.foot-layout .copy .tx p {
  padding: 6px 0;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.7);
}
.foot-layout .copy .tx p a,
.foot-layout .copy .tx p span {
  font-size: inherit;
  color: inherit;
}
.foot-layout .copy .tx p a {
  margin-right: 3.2em;
}
.foot-layout .copy .tx p a:hover {
  color: #a7793d;
}
.foot-layout .copy .tx p span {
  margin-right: 1em;
}
.foot-layout .qrcode {
  position: absolute;
  right: 0;
  top: -10px;
  display: flex;
  flex-flow: row nowrap;
  text-align: center;
}
.foot-layout .qrcode .item {
  margin-left: 25px;
}
.foot-layout .qrcode .item img {
  width: 86px;
}
.foot-layout .subs-btns {
  margin: 30px 0 0;
  padding: 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.foot-layout .subs-btns a {
  margin: 0 30px;
}
.foot-layout .subs-btns a:first-of-type img {
  height: 80px;
}
.foot-layout .subs-btns img {
  height: 55px;
}

.column-body {
  background-color: #F5F5F5;
}

.breadcrumb-layout {
  margin: 30px auto;
}
.breadcrumb-layout ul {
  display: flex;
  flex-flow: row nowrap;
}
.breadcrumb-layout ul li {
  font-size: 15px;
  color: #000;
}
.breadcrumb-layout ul li a {
  font-size: inherit;
  color: inherit;
}
.breadcrumb-layout ul li a:hover {
  color: #a7793d;
}
.breadcrumb-layout ul li:after {
  content: ">";
  margin: 0 10px;
  color: #BBBBBB;
}
.breadcrumb-layout ul li:last-of-type {
  color: #BBB;
}
.breadcrumb-layout ul li:last-of-type:after {
  content: "";
}

.column-layout {
  width: 1120px;
  margin: 30px auto 40px;
  padding: 20px 40px;
  background-color: #fff;
}
.column-layout .column-title {
  position: relative;
  padding: 10px 0 10px 20px;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #BBB;
}
.column-layout .column-title:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  height: 20px;
  width: 5px;
  background-color: #B80000;
  border-radius: 2px;
}
.column-layout .column-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 35%;
  height: 1px;
  background-color: #B80000;
}
.column-layout ul.column-news-list li {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 25px 0;
  font-size: 16px;
  color: #000;
}
.column-layout ul.column-news-list li a {
  font-size: inherit;
  color: inherit;
}
.column-layout ul.column-news-list li a:hover {
  color: #a7793d;
}
.column-layout ul.column-news-list li span {
  color: #BBB;
  font-size: 16px;
}
.column-layout ul.column-news-list li:nth-of-type(5n) {
  padding-bottom: 25px;
  border-bottom: 1px dashed #BBB;
}
.column-layout .pagination {
  margin: 40px 0 30px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.column-layout .pagination .desc,
.column-layout .pagination .btn,
.column-layout .pagination ul li {
  margin: 0 5px;
}
.column-layout .pagination .desc {
  font-size: 15px;
  color: #000;
}
.column-layout .pagination .btn,
.column-layout .pagination ul li {
  border: 1px solid #BBB;
  font-size: 15px;
  color: #000;
}
.column-layout .pagination .btn a,
.column-layout .pagination ul li a {
  display: block;
  padding: 6px 12px;
  font-size: inherit;
  color: inherit;
}
.column-layout .pagination .btn:hover,
.column-layout .pagination ul li:hover {
  background-color: rgba(184, 0, 0, 0.3);
}
.column-layout .pagination ul {
  display: flex;
  flex-flow: row nowrap;
}
.column-layout .pagination ul li.current,
.column-layout .pagination ul li.current:hover {
  background-color: #B80000;
  bottom: 1px solid #B80000;
  color: #FFF;
}

.article-layout {
  width: 1040px;
  margin: 30px auto 40px;
  padding: 30px 80px;
  background-color: #fff;
}
.article-layout .article-title {
  font-size: 30px;
  text-align: center;
}
.article-layout .desc {
  margin: 30px 0;
  padding-bottom: 30px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  border-bottom: 1px solid #BBB;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}
.article-layout .desc .item {
  margin: 0 15px;
}
.article-layout .article img {
  max-width: 100%;
}
.article-layout .article p {
  font-size: 16px;
  line-height: 2.1;
  margin-bottom: 20px;
}



.lmsj a, .govpushinfo150203 a {
    width: 450px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1d1414;
    float: left;
}


.lmsj ,.govpushinfo150203 {
    height: 240px;
    overflow-y: hidden;
}